home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / include / Xm / TextSelP.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-30  |  1.3 KB  |  51 lines

  1. /* 
  2.  * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC. 
  3.  * ALL RIGHTS RESERVED 
  4. */ 
  5. /* 
  6.  * Motif Release 1.2
  7. */ 
  8. /*   $RCSfile: TextSelP.h,v $ $Revision: 10.1 $ $Date: 1994/02/03 15:52:53 $ */
  9. /*
  10. *  (c) Copyright 1989, DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. */
  11. /*
  12. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  13. #ifndef _XmTextSelP_h
  14. #define _XmTextSelP_h
  15.  
  16. #include <Xm/XmP.h>
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21.  
  22. /********    Private Function Declarations    ********/
  23. #ifdef _NO_PROTO
  24.  
  25. extern Boolean _XmTextConvert() ;
  26. extern void _XmTextLoseSelection() ;
  27.  
  28. #else
  29.  
  30. extern Boolean _XmTextConvert( 
  31.                         Widget w,
  32.                         Atom *selection,
  33.                         Atom *target,
  34.                         Atom *type,
  35.                         XtPointer *value,
  36.                         unsigned long *length,
  37.                         int *format) ;
  38. extern void _XmTextLoseSelection( 
  39.                         Widget w,
  40.                         Atom *selection) ;
  41.  
  42. #endif /* _NO_PROTO */
  43. /********    End Private Function Declarations    ********/
  44.  
  45. #ifdef __cplusplus
  46. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  47. #endif
  48.  
  49. #endif /* _XmTextSelP_h */
  50. /* DON't ADD STUFF AFTER THIS #endif */
  51.